const net.hostLookupFilesDNS

9 uses

	net (current package)
		conf.go#L240: 		fallbackOrder = hostLookupFilesDNS
		conf.go#L323: 					return hostLookupFilesDNS, dnsConf
		conf.go#L353: 		return hostLookupFilesDNS, dnsConf
		conf.go#L460: 			return hostLookupFilesDNS, dnsConf
		dnsclient_unix.go#L545: 	hostLookupFilesDNS                 // files first
		dnsclient_unix.go#L553: 	hostLookupFilesDNS: "files,dns",
		dnsclient_unix.go#L567: 	if order == hostLookupFilesDNS || order == hostLookupFiles {
		dnsclient_unix.go#L611: 	if order == hostLookupFilesDNS || order == hostLookupFiles {
		dnsclient_unix.go#L829: 	if order == hostLookupFiles || order == hostLookupFilesDNS {